home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Genie / Projects / A-line / Scripts / FindLabFolder < prev    next >
Encoding:
Text File  |  2000-06-24  |  158 b   |  9 lines

  1. # FindLabFolder
  2.  
  3. Set DEV `ResolveAlias "{Boot}Development:"`
  4. If !`Exists "{DEV}Lab"`
  5.     NewFolder "{DEV}Lab"
  6. End
  7. Set LAB `ResolveAlias "{DEV}Lab"`
  8. Echo "{LAB}"
  9.